Defines the preferred method that viewer applications should use to apply timeline scaling to keyframe animations.
Initializes a new PDF3DAnimation object.
Initializes a new PDF3DAnimation object with a specified COS animation.
Gets the COS animation.
Gets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE
Gets the animation style.
Gets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.
This method supports the internal library infrastructure and should not be used by external client code.
Sets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE
Sets the animation style.
Sets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.